String Schema
BoardCodeResponseType Complex Type
Description
Touroperator specific board code
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of BoardCodeRequestType Complex Type
Diagram
LanguageCode Element Text Element Sequence Description Element AttributeSource Element Description Element Code Element Sequence Attribute Element Sequence Attributes Element Code Element Sequence BoardCodeResponseType Complex Type
Overview
BoardCodeResponseType Extension of BoardCodeRequestType Complex Type
Touroperator specific board code
Sequence
Code xs:token
Attributes 0..∞ AttributesType Complex Type
List of attributes of this board
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Board Element
Source
<xs:complexType name="BoardCodeResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Touroperator specific board code</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BoardCodeRequestType">
      <xs:sequence>
        <xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.